←Select platform

Delete(IEnumerable<FullTextSearchItem>) Method

Summary

Deletes master forms from the full text search database.

Syntax

C#
VB
C++
public virtual void Delete( 
   IEnumerable<FullTextSearchItem> items 
) 
Public Overridable Sub Delete( 
   ByVal items As System.Collections.Generic.IEnumerable(Of Leadtools.Forms.Recognition.FullTextSearchItem) 
) 
public:  
   virtual void Delete( 
      System::Collections::Generic::IEnumerable<Leadtools::Forms::Recognition::FullTextSearchItem^>^ items 
   ) 

Parameters

items

Properties of the item(s) to be deleted. Must not be null.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly